home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 23 code / ProjectDrag 1.1b4 / Sources / DropShell ƒ / DropShell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-01  |  328 b   |  14 lines  |  [TEXT/R*ch]

  1. #ifndef    __DROPSHELL_H__
  2. #define    __DROPSHELL_H__
  3.  
  4. void            Panic(void);
  5. void            InitToolbox(void);
  6. Boolean            InitGlobals(void);
  7. void            SetUpMenus(void);
  8. void             InstallSplashScreen(void); 
  9. void            ShowAbout(void);
  10. void            DoMenu(long retVal);
  11. void            DoMouseDown(EventRecord *curEvent);
  12. void            DoKeyDown(EventRecord *curEvent);
  13.  
  14. #endif